@charset "utf-8";
/* CSS Document */

body{
	width: 100%;
	height: 100%
}
* {
 margin: 0;
 padding: 0;
 box-sizing: border-box;
}
body {
 font-family: Verdana, Arial, sans-serif;
 height: 100vh; 
 justify-content: center;
 align-items: center;
 background-color: #FFE2D2;
 overflow-x: hidden; /* 禁止水平滚动 */
}

header a {
  text-decoration: none;
}

header {
  padding: 0 20px;
  background-color: #210A72;
  height: 60px;
  display: flex;
  justify-content: space-between;
}

#brand img{
 position:absolute;
 width: 11%;
 padding: 15px;
 display:flex;
top: -10px
}

#brand1 img{
 position:absolute;
 width: 8%;
 padding: 15px;
 display:flex;
top: -8px;
left: 170px
}

ul {
  list-style: none;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

ul a {
  color: #FFFFFF;
}

ul li {
  padding: 8px;
  margin-left: 10px;
}

ul li:hover {
  transform: scale(1.1);
  transition: 0.3s;
}

.Color a, .mobile-menu .Color2 li a, .footer-basic .Color3 a {
  color: #FF8800;
}

.mobile-menu li {
  margin-bottom: 7px;
}
.mobile-menu {
  background: #01084E;
}

#hamburger-icon {
  margin: auto 0;
  display: none;
  cursor: pointer;
}

#hamburger-icon div {
  width: 35px;
  height: 3px;
  background-color: white;
  margin: 6px 0;
  transition: 0.4s;
}

.open .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 6px);
  transform: rotate(-45deg) translate(-6px, 6px);
}

.open .bar2 {
  opacity: 0;
}

.open .bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -8px);
  transform: rotate(45deg) translate(-6px, -8px);
}

.open .mobile-menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.mobile-menu {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  height: calc(100vh - 60px);
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 20px;
}

.ML {
	
}


.M_2 {
    text-align: center;
}

.M_2 a b {
    display: inline-block;
    font-size: 4vw; /* 使用视口宽度单位，随着屏幕宽度变化而变化 */
    font-weight: bold;
    color: #8390FA;
    position: relative;
    top: 7vw; /* 使用视口宽度单位 */
}

/* 分割线 —————————————————————— */

.containerJohn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap; /* 确保所有元素在一行 */
    padding: 20px; /* 为容器添加一些内边距，避免元素紧贴屏幕边缘 */
	position: relative;
	top: 150px
}

/* John 类的样式 */
.John {
    display: flex;
    align-items: center;
    margin-right: 2vw; /* 使用视口宽度单位 */
    flex: 1; /* 确保两个容器平分空间 */
	position: relative;
	left: 50px
}

.John img {
    width: 15vw; /* 使用视口宽度单位，随着屏幕宽度变化而变化 */
    border-radius: 50%;
    margin-right: 1.5vw; /* 使用视口宽度单位 */
}

.John .info {
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* 确保名字和简介左对齐 */
}

.John a {
    margin: 0.5vw 0; /* 使用视口宽度单位 */
    font-size: 1.1vw; /* 使用视口宽度单位 */
}

.John a b {
    font-size: 1.5vw; /* 使用视口宽度单位 */
}

/* JohnGG 类的样式 */
.JohnGG {
    display: flex;
    flex-direction: column;
    align-items: center; /* 确保内容居中对齐 */
    text-align: center; /* 确保文本居中对齐 */
    flex: 1; /* 确保两个容器平分空间 */
	position: relative;
	right: 50px
}

.JohnGG p {
    margin: 0;
}

.JohnGG p b {
    font-size: 2.5vw; /* 使用视口宽度单位 */
}

.JohnGG img {
    width: 50vw; /* 使用视口宽度单位 */
    max-width: 100%; /* 确保图片不超出父容器 */
}

     /* 分割线 —————————————————————————————————————————— */

.containerJeff {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap; /* 确保所有元素在一行 */
    padding: 20px; /* 为容器添加一些内边距，避免元素紧贴屏幕边缘 */
	position: relative;
	top: 180px
}

/* Jeff 类的样式 */
.Jeff {
    display: flex;
    align-items: center;
    margin-right: 2vw; /* 使用视口宽度单位 */
    flex: 1; /* 确保两个容器平分空间 */
	position: relative;
	left: 50px
}

.Jeff img {
    width: 15vw; /* 使用视口宽度单位，随着屏幕宽度变化而变化 */
    border-radius: 50%;
    margin-right: 1.5vw; /* 使用视口宽度单位 */
}

.Jeff .info2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* 确保名字和简介左对齐 */
}

.Jeff a {
    margin: 0.5vw 0; /* 使用视口宽度单位 */
    font-size: 1.1vw; /* 使用视口宽度单位 */
}

.Jeff a b {
    font-size: 1.5vw; /* 使用视口宽度单位 */
}

/* JohnGG 类的样式 */
.JeffGG {
    display: flex;
    flex-direction: column;
    align-items: center; /* 确保内容居中对齐 */
    text-align: center; /* 确保文本居中对齐 */
    flex: 1; /* 确保两个容器平分空间 */
	position: relative;
	right: 50px
}

.JeffGG p {
    margin: 0;
}

.JeffGG p b {
    font-size: 2.5vw; /* 使用视口宽度单位 */
}

.JeffGG img {
    width: 50vw; /* 使用视口宽度单位 */
    max-width: 100%; /* 确保图片不超出父容器 */
}

/* 分割线 —————————————————————— */


.containerElse {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap; /* 确保所有元素在一行 */
    padding: 20px; /* 为容器添加一些内边距，避免元素紧贴屏幕边缘 */
	position: relative;
	top: 200px
}

.Else {
    display: flex;
    align-items: center;
    margin-right: 2vw; /* 使用视口宽度单位 */
    flex: 1; /* 确保两个容器平分空间 */
	position: relative;
	left: 50px
}

.Else img {
    width: 15vw; /* 使用视口宽度单位，随着屏幕宽度变化而变化 */
    border-radius: 50%;
    margin-right: 1.5vw; /* 使用视口宽度单位 */
}

.Else .info3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* 确保名字和简介左对齐 */
}

.Else a {
    margin: 0.5vw 0; /* 使用视口宽度单位 */
    font-size: 1.1vw; /* 使用视口宽度单位 */
}

.Else a b {
    font-size: 1.5vw; /* 使用视口宽度单位 */
}

.ElseGG {
    display: flex;
    flex-direction: column;
    align-items: center; /* 确保内容居中对齐 */
    text-align: center; /* 确保文本居中对齐 */
    flex: 1; /* 确保两个容器平分空间 */
	position: relative;
	right: 50px
}

.ElseGG p {
    margin: 0;
}

.ElseGG p b {
    font-size: 2.5vw; /* 使用视口宽度单位 */
}

.ElseGG img {
    width: 50vw; /* 使用视口宽度单位 */
    max-width: 100%; /* 确保图片不超出父容器 */
}

/* 分割线 —————————————————————— */



.containerNu {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap; /* 确保所有元素在一行 */
    padding: 20px; /* 为容器添加一些内边距，避免元素紧贴屏幕边缘 */
	position: relative;
	top: 200px
}

.Nu {
    display: flex;
    align-items: center;
    margin-right: 2vw; /* 使用视口宽度单位 */
    flex: 1; /* 确保两个容器平分空间 */
	position: relative;
	left: 50px
}

.Nu img {
    width: 15vw; /* 使用视口宽度单位，随着屏幕宽度变化而变化 */
    border-radius: 50%;
    margin-right: 1.5vw; /* 使用视口宽度单位 */
}

.Nu .info4 {
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* 确保名字和简介左对齐 */
}

.Nu a {
    margin: 0.5vw 0; /* 使用视口宽度单位 */
    font-size: 1.1vw; /* 使用视口宽度单位 */
}

.Nu a b {
    font-size: 1.5vw; /* 使用视口宽度单位 */
}

.NuGG {
    display: flex;
    flex-direction: column;
    align-items: center; /* 确保内容居中对齐 */
    text-align: center; /* 确保文本居中对齐 */
    flex: 1; /* 确保两个容器平分空间 */
	position: relative;
	right: 50px
}

.NuGG p {
    margin: 0;
}

.NuGG p b {
    font-size: 2.5vw; /* 使用视口宽度单位 */
}

.NuGG img {
    width: 50vw; /* 使用视口宽度单位 */
    max-width: 100%; /* 确保图片不超出父容器 */
}

/* 分割线 —————————————————————— */


.footer-basic {
	
  padding:20px 0px;
  background-color: #2C1B7E;
  ;position: relative;top: 600px}

.footer-basic ul {
display:flex;
	justify-content: center;
}

.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px; /* 调整logo之间的间距 */
}
.logo1 img{
	width: 120px;
	position: relative;
	left: -20px
}
.logo2 img{
	width: 120px;
	position: relative;
	left: 20px;
	top: -1px
}

.icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
  padding-bottom: 30px;
  color:#ffffff
}

.icon {
  display: flex;
  align-items: center;
  margin: 0 15px; /* 调整图标和文字的间距 */
}

.icon i {
  font-size: 24px;
  margin-right: 10px; /* 调整图标和文字之间的间距 */
  margin-top: 5px; /* 调整图标的垂直位置，可以根据需要调整 */
}

.icon p {
  margin: 0;
}

.footer-basic ul a {
  text-decoration:none;
  opacity:0.9;
padding: 0px 20px;
position:relative;
	top: -25px
	;color:#ffffff;
	left: -50px;
}

.footer-basic ul a:hover {
  opacity:1;
}

.footer-basic .copyright {
  margin-top:5px;
  text-align:center;
  font-size:13px;
  color:#ffffff;
  margin-bottom:0;
  letter-spacing: 1px
}

@media screen and (max-width: 1300px){

#brand img{
 position:absolute;
 width: 11%;
 padding: 15px;
 display:flex;
top: -3px
}

#brand1 img{
 position:absolute;
 width: 9%;
 padding: 15px;
 display:flex;
top: -2px;
left: 150px
}
	
	
ul {
  list-style: none;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

ul a {
  color: #FFFFFF;
	font-size: 13px
}

ul li {
  padding: 8px;
  margin-left: 10px;
}

ul li:hover {
  transform: scale(1.1);
  transition: 0.3s;
}
	

.ML {
}

.M_2 a b {
    display: inline-block;
    font-size: 4vw; /* 使用视口宽度单位，随着屏幕宽度变化而变化 */
    font-weight: bold;
    color: #8390FA;
    position: relative;
    top: 8vw; /* 使用视口宽度单位 */
}


	
	
.footer-basic ul a {
  text-decoration:none;
  opacity:0.9;
padding: 0px 20px;
position:relative;
	top: -25px
	;color:#ffffff;
	left: -20px
	
}
}


@media screen and (max-width: 1024px){
	
	#brand img{
 position:absolute;
 width: 10%;
 padding: 15px;
 display:flex;
top: 5px;
		left:-8px 
}

#brand1 img{
 position:absolute;
 width: 12%;
 padding: 15px;
 display:flex;
top: -3px;
left: 70px
}



#brand a {
	color: #09c372;}

ul {
  list-style: none;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

ul a {
  color: #FFFFFF;
	font-size: 11px;
}

ul li {
  padding: 5px;
  margin-left: 5px;
}

ul li:hover {
  transform: scale(1.1);
  transition: 0.3s;
}
	
.ML {
	
}

.M_2 a b {
    display: inline-block;
    font-size: 5vw; /* 使用视口宽度单位，随着屏幕宽度变化而变化 */
    font-weight: bold;
    color: #8390FA;
    position: relative;
    top: 8vw; /* 使用视口宽度单位 */
}

/* 分割线 —————————————————————— */    
	.containerJohn {
        padding: 10px;
        flex-direction: column;
    }

    .John {
        align-items: center;
        margin-right: 0;
        margin-bottom: 20px;
		position: relative;
		top: -20px;
		margin-left: -100px
		
    }

    .John img {
        width: 25vw;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .John .info {
        align-items: center;
        text-align: center;
    }

    .John a {
        margin: 1vw 0;
        font-size: 2vw;
    }

    .John a b {
        font-size: 2.5vw;
    }

	.JohnGG {
		position: relative;
		top: -20px;
		align-content: center;
		left: 20px
	}
	
    .JohnGG p b {
        font-size: 4vw;
    }

    .JohnGG img {
        width: 80vw;
    }
	
	/* 分割线 —————————————————————— */
	
		.containerJeff {
        padding: 10px;
        flex-direction: column;
    }

    .Jeff {
        align-items: center;
        margin-right: 0;
        margin-bottom: 20px;
		position: relative;
		top: -20px;
		margin-left: -100px
		
    }

    .Jeff img {
        width: 25vw;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .Jeff .info2 {
        align-items: center;
        text-align: center;
    }

    .Jeff a {
        margin: 1vw 0;
        font-size: 2vw;
    }

    .Jeff a b {
        font-size: 2.5vw;
    }

	.JeffGG {
		position: relative;
		top: -20px;
		align-content: center;
		left: 20px
	}
	
    .JeffGG p b {
        font-size: 4vw;
    }

    .JeffGG img {
        width: 80vw;
    }
	
/* 分割线 —————————————————————— */
	
.containerElse {
        padding: 10px;
        flex-direction: column;
    }

    .Else {
        align-items: center;
        margin-right: 0;
        margin-bottom: 20px;
		position: relative;
		top: -20px;
		margin-left: -100px
		
    }

    .Else img {
        width: 25vw;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .Else .info3 {
        align-items: center;
        text-align: center;
    }

    .Else a {
        margin: 1vw 0;
        font-size: 2vw;
    }

    .Else a b {
        font-size: 2.5vw;
    }

	.ElseGG {
		position: relative;
		top: -20px;
		align-content: center;
		left: 20px
	}
	
    .ElseGG p b {
        font-size: 4vw;
    }

    .ElseGG img {
        width: 80vw;
    }
	
/* 分割线 —————————————————————— */

.containerNu {
        padding: 10px;
        flex-direction: column;
    }

    .Nu {
        align-items: center;
        margin-right: 0;
        margin-bottom: 20px;
		position: relative;
		top: -20px;
		margin-left: -100px
		
    }

    .Nu img {
        width: 25vw;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .Nu .info4 {
        align-items: center;
        text-align: center;
    }

    .Nu a {
        margin: 1vw 0;
        font-size: 2vw;
    }

    .Nu a b {
        font-size: 2.5vw;
    }

	.NuGG {
		position: relative;
		top: -20px;
		align-content: center;
		left: 20px
	}
	
    .NuGG p b {
        font-size: 4vw;
    }

    .NuGG img {
        width: 80vw;
    }
	
/* 分割线 —————————————————————— */
	
	.footer-basic {
 width: 1025px;
	height: 240px;
  padding:10px 0px;
  background-color: #2C1B7E;
  ;position: relative; 
	top: 300px;
display: inline-block;
	left:auto
}

.footer-basic {
  width: 100%; /* 确保宽度充满整个屏幕 */
  padding: 10px 0; /* 上下内边距调整 */
	top: 250px
}

.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px; /* 调整logo之间的间距 */
}
.logo1 img{
	width: 110px;
	position: relative;
	left: -20px
}
.logo2 img{
	width: 110px;
	position: relative;
	left: 20px;
	top: -1px
}

.icon1 {
  left: 10px; /* 居中对齐 */
  transform: translateX(-30%); /* 平移自身宽度的一半使其居中 */
  font-size: 18px; /* 调整图标容器的字体大小 */
	position: relative;
	top: -8px
	
}

.icon1 p {
  font-size: 14px; /* 调整图标容器内段落的字体大小 */
}

.icon2 {
  left: 60px; /* 居中对齐 */
  transform: translateX(-20%); /* 平移自身宽度的一半使其居中 */
  font-size: 18px; /* 调整图标容器的字体大小 */
top:-10px;
	position: relative
}

.icon2 p {
  font-size: 16px; /* 调整图标容器内段落的字体大小 */
}

.footer-basic ul a {
  padding: 0 10px; /* 左右内边距调整 */
  margin-top: -5px; /* 上边距微调 */
	font-size: 14px;
}

.footer-basic .copyright {
  margin-top: 10px; /* 版权信息的上边距微调 */

}
	
}
@media only screen and (max-width: 768px) {
  header nav {
    display: none;
  }
 #brand img, #brand1 img {
    width: 130px; /* 固定 logo 的宽度 */
    position: relative;
    top: 5px; /* 根据需要调整位置 */
  }

  #brand1 img {
    left: -80px; /* 调整第二个 logo 的位置，使其靠近第一个 logo */
	top: -10px
  }
	
	
  ul {
    display: none;
  }
  #hamburger-icon {
    display: block;
  }
	
  .mobile-menu {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background-color: #01084E;
    z-index: 1;
  }
  .mobile-menu li {
    padding: 20px;
    text-align: center;
  }
	.mobile-menu li a{
		font-size: 16px
	}
	
	 .no-scroll {
            overflow: hidden;
            height: 100%;
        }
.Color2 a{
	color: #FF8800;
	position: relative;
	top:-30px;
	left: -83px;
	background-color: #01084E;
	white-space: nowrap
}
	
.ML {
	
}

.M_2 a b {
    display: inline-block;
    font-size: 6vw; /* 使用视口宽度单位，随着屏幕宽度变化而变化 */
    font-weight: bold;
    color: #8390FA;
    position: relative;
    top: 8vw; /* 使用视口宽度单位 */
}

	/* 分割线 —————————————————————— */

      .containerJohn {
        flex-direction: column;
		position: relative;
		 margin-top: -50px
    }

    .John {
        align-items: center;
        margin-right: 0;
        margin-bottom: 20px;
		position: relative;
		top: -20px;
    }

    .John img {
        width: 25vw;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .John .info {
        align-items: center;
        text-align: center;
    }

    .John a {
        margin: 1vw 0;
        font-size: 2vw;
    }

    .John a b {
        font-size: 2.5vw;
    }

	.JohnGG {
		position: relative;
		top: -10px;
		align-content: center;
		left: 20px
	}
	
    .JohnGG p b {
        font-size: 4vw;
    }

    .JohnGG img {
        width: 80vw;
    }

	/* 分割线 —————————————————————— */
	
      .containerJeff {
        flex-direction: column;
		position: relative;
		 margin-top: 50px
    }

    .Jeff {
        align-items: center;
        margin-right: 0;
        margin-bottom: 20px;
		position: relative;
		top: -20px;
    }

    .Jeff img {
        width: 25vw;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .Jeff .info2 {
        align-items: center;
        text-align: center;
    }

    .Jeff a {
        margin: 1vw 0;
        font-size: 2vw;
    }

    .Jeff a b {
        font-size: 2.5vw;
    }

	.JeffGG {
		position: relative;
		top: -10px;
		align-content: center;
		left: 20px
	}
	
    .JeffGG p b {
        font-size: 4vw;
    }

    .JeffGG img {
        width: 80vw;
    }
	/* 分割线 —————————————————————— */

	
 .containerElse {
        flex-direction: column;
		position: relative;
		 margin-top: 50px
    }

    .Else{
        align-items: center;
        margin-right: 0;
        margin-bottom: 20px;
		position: relative;
		top: -20px;
    }

    .Else img {
        width: 25vw;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .Else .info3 {
        align-items: center;
        text-align: center;
    }

    .Else a {
        margin: 1vw 0;
        font-size: 2vw;
    }

    .Else a b {
        font-size: 2.5vw;
    }

	.ElseGG {
		position: relative;
		top: -10px;
		align-content: center;
		left: 20px
	}
	
    .ElseGG p b {
        font-size: 4vw;
    }

    .ElseGG img {
        width: 80vw;
    }
	/* 分割线 —————————————————————— */

	.containerNu {
        flex-direction: column;
		position: relative;
		 margin-top: 50px
    }

    .Nu{
        align-items: center;
        margin-right: 0;
        margin-bottom: 20px;
		position: relative;
		top: -20px;
    }

    .Nu img {
        width: 25vw;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .Nu .info4 {
        align-items: center;
        text-align: center;
    }

    .Nu a {
        margin: 1vw 0;
        font-size: 2vw;
    }

    .Nu a b {
        font-size: 2.5vw;
    }

	.NuGG {
		position: relative;
		top: -10px;
		align-content: center;
		left: 20px
	}
	
    .NuGG p b {
        font-size: 4vw;
    }

    .NuGG img {
        width: 80vw;
    }
	/* 分割线 —————————————————————— */

	
.footer-basic {
  width:100%; /* 确保宽度充满整个屏幕 */
  height: 310px;
  padding: 10px; /* 上下内边距调整 */
	top: 280px;
		 box-sizing: border-box;
}

.footer-basic footer {
    flex-direction: column; /* 将元素在较小屏幕上堆叠起来 */
  }

  .logo-container {
    display: flex;
    justify-content: center; /* 居中对齐 */
    align-items: center;
    margin-bottom: 10px; /* 添加底部间距 */
	  padding-right: 150px
  }

  .logo1 img, .logo2 img {
    width: 90px; /* 固定 logo 的宽度 */
    margin: 0 8px; /* 添加左右间距 */
  }

  /* 添加可调整 logo 位置的样式 */
  .logo1 {
  position: relative;
	  left: 80px
  }

  .logo2 {
    position: relative;
	  left: 20px
  }
	
 .icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px; /* 添加底部间距 */
  }

  .icon1, .icon2 {
    width: 155px; /* 设置固定宽度 */
    margin: 0 8px; /* 添加左右间距 */
    font-size: 18px; /* 调整图标容器的字体大小 */
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .icon1 i, .icon2 i {
    font-size: 20px; /* 调整图标大小 */
    margin-bottom: 5px;
  }

  .icon1 p, .icon2 p {
    font-size: 12px; /* 调整图标容器内段落的字体大小 */
    margin: 0;
  }

	.icon1 {
		left: 25px;
		top: 5px
	}
	
	.icon2 {
		left: 25px;
		top: 5px
	}
	
  .footer-basic ul {
    display: flex;
    flex-wrap: wrap; /* 允许换行 */
    justify-content: center; /* 居中对齐 */
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .footer-basic ul li {
    width: 33.3%; /* 每行三个菜单项 */
    text-align: center; /* 居中对齐 */
    padding: 5px 0;
  }

  .footer-basic ul li:nth-child(4), 
  .footer-basic ul li:nth-child(5), 
  .footer-basic ul li:nth-child(6), 
  .footer-basic ul li:nth-child(7) {
    width: 30%; /* 第二行每行四个菜单项 */
  }

  .footer-basic ul li a {
    font-size: 12px; /* 调整字体大小 */
    padding: 0 10px; /* 左右内边距调整 */
  }


.footer-basic .copyright {
  margin-top: -15px; /* 版权信息的上边距微调 */
	font-size: 12px
}
}
